From: Florian Fainelli Date: Sat, 23 Dec 2006 22:50:36 +0000 (+0000) Subject: Fix msdos module loading (#1086) X-Git-Tag: whiterussian_0.9~25 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org///%22https:/collectd.org/?a=commitdiff_plain;h=84209a2780cfb5cf0c0344f09e8c28e1834b643a;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix msdos module loading (#1086) SVN-Revision: 5896 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 1214b0bc04..76ca470edb 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -211,7 +211,7 @@ $(eval $(call KMOD_template,VFAT,vfat,\ ,CONFIG_VFAT_FS,,30,fat vfat)) $(eval $(call KMOD_template,MSDOS,msdos,\ $(MODULES_DIR)/kernel/fs/msdos/msdos.o \ -,CONFIG_MSDOS_FS,,30,msdos)) +,CONFIG_MSDOS_FS,,40,msdos)) $(eval $(call KMOD_template,NLS_CP437,nls-cp437,\ $(MODULES_DIR)/kernel/fs/nls/nls_cp437.o \ ,CONFIG_NLS_CODEPAGE_437,,40,nls_cp437.o))